home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / asm_n_z.zip / NJMOVE < prev    next >
Text File  |  1989-01-16  |  279b  |  14 lines

  1. #
  2. # MAKEFILE for Nifty James' Famous File Mover
  3. # (C) Copyright 1989 by Mike Blaszczak
  4. # All Rights Rerserved.
  5. #
  6. # Released Version (No DEBUG Information)
  7. #
  8.  
  9. njmove.obj:    njmove.asm
  10.     masm /v /Ml njmove;
  11.  
  12. njmove.exe:    njmove.obj
  13.     link njmove /noignorecase /exepack;  
  14.